rpi3: mark one more function as static
authorFlorian La Roche <[email protected]>
Mon, 28 Jan 2019 19:39:51 +0000 (20:39 +0100)
committerFlorian La Roche <[email protected]>
Mon, 28 Jan 2019 19:39:51 +0000 (20:39 +0100)
Signed-off-by: Florian La Roche <[email protected]>
plat/rpi3/rpi3_pm.c

index 3a077d37aadbe3fe7682224b557f0f448a8c2b66..4f586b51408774dc80ab1fa24b3a30bf6ede0bfa 100644 (file)
@@ -140,7 +140,7 @@ static int rpi3_pwr_domain_on(u_register_t mpidr)
  * being turned off earlier. The target_state encodes the low power state that
  * each level has woken up from.
  ******************************************************************************/
-void rpi3_pwr_domain_on_finish(const psci_power_state_t *target_state)
+static void rpi3_pwr_domain_on_finish(const psci_power_state_t *target_state)
 {
        assert(target_state->pwr_domain_state[MPIDR_AFFLVL0] ==
                                        PLAT_LOCAL_STATE_OFF);